home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 93 / CDMM_93_2.ISO / Project Nomads / nomads_demo_eng.exe / ORE.TCL < prev    next >
Encoding:
Text File  |  2001-04-03  |  430 b   |  31 lines

  1. #
  2. #   Zustands-▄berwachungs-Script
  3. #   State Watch Script
  4. #
  5. #   Ore
  6. #
  7. #   created:    15-Jun-2000 Bernd
  8. #   
  9. #   (C) COPYRIGHT 2000 RADONLABS GMBH
  10. #
  11.  
  12. proc orewatch_normal {} {
  13.  
  14.     if {[.isoreusedup] == "true"} {
  15.         .announcestate alle
  16.     }
  17. }
  18.  
  19. proc orewatch_alle {} {
  20.  
  21.     if {[.isanimfinished] == "true"} {
  22.         .setremoveable true
  23.     }
  24. }
  25.  
  26. proc orewatch_cinematic {} {
  27.  
  28.     # empty
  29. }    
  30.  
  31.